home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / registr / regcmd102.exe / {app} / RegCmd.exe / 0 / RCDATA / TFORMKEYTREE / TFORMKEYTREE.txt
Text File  |  2002-06-07  |  2KB  |  87 lines

  1. object FormKeyTree: TFormKeyTree
  2.   Left = 252
  3.   Top = 157
  4.   AutoScroll = False
  5.   BorderIcons = [biSystemMenu, biMaximize]
  6.   Caption = 'FormKeyTree'
  7.   ClientHeight = 63
  8.   ClientWidth = 155
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDefault
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnResize = FormResize
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object TreeView1: TTreeView
  23.     Left = 0
  24.     Top = 0
  25.     Width = 155
  26.     Height = 46
  27.     Align = alClient
  28.     HideSelection = False
  29.     Images = FormRegCmd.ImageList2
  30.     Indent = 19
  31.     PopupMenu = PopupMenu1
  32.     ReadOnly = True
  33.     SortType = stText
  34.     TabOrder = 0
  35.     OnChange = TreeView_Change
  36.     OnExpanding = TreeView_Expanding
  37.     OnKeyDown = TreeView_KeyDown
  38.   end
  39.   object StatusBar1: TStatusBar
  40.     Left = 0
  41.     Top = 46
  42.     Width = 155
  43.     Height = 17
  44.     AutoHint = True
  45.     Panels = <
  46.       item
  47.         Text = '** Path'
  48.         Width = 50
  49.       end
  50.       item
  51.         Alignment = taCenter
  52.         Text = '** Count'
  53.         Width = 110
  54.       end>
  55.     SimplePanel = False
  56.     SizeGrip = False
  57.   end
  58.   object PopupMenu1: TPopupMenu
  59.     AutoHotkeys = maManual
  60.     AutoLineReduction = maManual
  61.     Images = FormRegCmd.ImageList1
  62.     Left = 8
  63.     Top = 8
  64.     object JumptoKey1: TMenuItem
  65.       Caption = 'Jump to Key...'
  66.       ImageIndex = 17
  67.       ShortCut = 13
  68.       OnClick = JumptoKey_Cmd
  69.     end
  70.     object N1: TMenuItem
  71.       Caption = '-'
  72.     end
  73.     object Expand1: TMenuItem
  74.       Caption = '&Expand'
  75.       ImageIndex = 25
  76.       ShortCut = 16423
  77.       OnClick = Expand_Cmd
  78.     end
  79.     object Collapse1: TMenuItem
  80.       Caption = '&Collapse'
  81.       ImageIndex = 26
  82.       ShortCut = 16421
  83.       OnClick = Collapse_Cmd
  84.     end
  85.   end
  86. end
  87.